home *** CD-ROM | disk | FTP | other *** search
- Path: nntp.develop.bsis.com!bhester
- From: barry.hester@bsis.com (Barry Hester)
- Newsgroups: comp.lang.c++
- Subject: Re: Mesa / OpenGL on C++ 4.52 for Windows...HELP!!!!
- Date: 19 Feb 1996 14:21:43 GMT
- Organization: Broadway & Seymour, Inc.
- Message-ID: <4ga11n$aru@scorpio.develop.bsis.com>
- References: <4g0r13$98p@morgoth.sfu.ca>
- NNTP-Posting-Host: 204.116.23.67
- X-Newsreader: News Xpress Version 1.0 Beta #3
-
- In article <4g0r13$98p@morgoth.sfu.ca>, Nathan Paziuk <paziuk@sfu.ca> wrote:
- > I'm currently attempting to get the OpenGL (graphics) library working on my
- >system. However I am having a difficult time. First, it's required that you
- have
- >Wing G, some program which I have no idea what is does. Anyway, when I try
- to
- >compile one of the test projects, it says >> bad or missing library file
- >"c:\wing\lib\wing32.lib" at file offset 0. What the heck is that? The file
- is
- >there, so it's not missing. ?? That is the latest error that I can't seem
- to get
- >past.
- >
-
- You need to implib the wing32.dll file. The wing32.lib file is in Microsoft
- format, so implib it to make a Borland wing32.lib.
-
-